GXCopyPaperType
You can use theGXCopyPaperType
function to copy paper-type object data from one paper-type object to another paper-type object.
gxPaperType GXCopyPaperType (gxPaperType srcPaperType, gxPaperType dstPaperType);
srcPaperType
- A reference to the paper-type object whose data you want to copy.
dstPaperType
- A reference to the paper-type object in which to copy the data.
- function result
- Reference to a paper-type object.
DESCRIPTION
TheGXCopyPaperType
function copies the contents of the paper-type object referred to in the srcPaperType parameter to the paper-type object referred to in the dstPaperType parameter. Each component of the paper-type object is copied. You must specify valid paper types in both thesrcPaperType
anddstPaperType
parameters.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it. gxPaperTypeNotFound The paper-type object cannot be located.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help